nrm可以快速地切换不同的npm registries,包括:npm,cnpm,taobao,nj(nodejitsu),rednpm
安装
1 | $ npm install -g nrm |
例子
- nrm ls
星号表示当前使用的 registry
1 | $ nrm ls |
- nrm use
1 | $ nrm use cnpm //switch registry to cnpm |
用法
1 | Usage: nrm [options] [command] |
npm registries
- npm
- cnpm
- nodejitsu
- taobao
- rednpm
注意
当您使用其他registry时,不能使用publish命令